![]() |
IsControlActive |
||||
Header: | Controls.h | Carbon status: | Supported | |
Returns whether a control is active.
Boolean IsControlActive ( ControlRef inControl );
A handle to the control to be examined.
If true, the control is active. If false, the control is inactive.
If you wish to determine whether a control is active, you should call IsControlActive instead of testing the contrlHilite field of the control structure.
This function is available with Appearance Manager 1.0 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)